ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexPie<T> Class
Members






In This Topic
    FlexPie<T> Class
    In This Topic
    The FlexPie control provides pie and doughnut charts with selectable slices.
    Object Model
    FlexPie<T> Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class FlexPie(Of T) 
       Inherits FlexPieBase(Of T)
       Implements IAnimatable, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As FlexPie(Of T)
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class FlexPie<T> : FlexPieBase<T>, IAnimatable, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class FlexPie = class(FlexPieBase, IAnimatable, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    JScript does not support Generics.
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class FlexPie<T> : public FlexPieBase<T>, IAnimatable, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    generic<typename T>
    public ref class FlexPie : public FlexPieBase<T>, IAnimatable, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexChartBase<T>
                   C1.Web.Mvc.FlexPieBase<T>
                      C1.Web.Mvc.FlexPie<T>

    See Also